home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
feednfrenzy.swf
/
scripts
/
frame_611
/
PlaceObject2_210_10
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-25
|
277b
|
14 lines
onClipEvent(enterFrame){
if(this._x < -500)
{
this._x = 1200;
this.gotoAndStop(this._currentframe + 1);
}
if(this._x > 1300)
{
this._x = -400;
this.gotoAndStop(this._currentframe - 1);
}
this._x += _global.xgo / 1.5;
}